Adding a warning comment

This commit is contained in:
phil235
2015-02-24 17:13:54 +01:00
parent 79de9615dc
commit 01720fc486
@@ -7,7 +7,7 @@
status_flags = CANPUSH
var/icon_living = ""
var/icon_dead = ""
var/icon_dead = "" //icon when the animal is dead. Don't use animated icons for this.
var/icon_gib = null //We only try to show a gibbing animation if this exists.
var/list/speak = list()