Damaging player/editing font

  • firefly431
    4th Oct 2011 Member 0 Permalink
    Hello, I'm wondering where the c file for the player is. I can't seem to find any way to damage the player besides setting the temperature. Also, where is the max temperature? I'm sure it's in a header, but if I change it, would it raise the effective temperature too? Lastly, the font editor is too big for my screen.
  • limelier
    4th Oct 2011 Member 0 Permalink
    Pressure. And it's called stickman.
  • jacksonmj
    4th Oct 2011 Developer 0 Permalink
    PROP_DEADLY should work, or you can add some code to STKM_interact in src/elements/stkm.c

    Max temperature is in includes/powder.h

    You can make the font editor window smaller by removing -DSCALE=2 from font/Makefile
  • firefly431
    4th Oct 2011 Member 0 Permalink
    Ok, let me clarify: I want to edit the stickman source to damage the stickman when it steps on my element. Not by temperature, pressure, etc.
    Oh wow you bet me when I typed
    @jacksonmj: PROP_DEADLY says it's not implemented EDIT: I just looked at source... (slaps face)