Skip to content

Some code improvements

Rob Nelson requested to merge pull/12624/gals into Bleeding-Edge

Created by: unid15

  • Added mob/living/proc/feels_pain() and replaced every stupid check in the code with feels_pain()

  • When stepping on a shard, the "You step in the broken glass!" message is only big and red if you are damaged or stunned. Otherwise it's small and blue

  • Gave golems M_STONE_SKIN mutation that prevents them from getting stunned by glass shards (previously the code checked for the species, now it checks for the mutation instead)

Merge request reports