This commit is contained in:
Lohikar
2018-01-07 11:08:52 +02:00
committed by Erki
parent 1f57281680
commit 2816cf5da4
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1033,6 +1033,10 @@ proc/is_blind(A)
. = ..()
. |= TYPE_SYNTHETIC
/mob/living/silicon/find_type()
. = ..()
. |= TYPE_SYNTHETIC
// Yeah, I'm just going to cheat and do istype(src) checks here.
// It's not worth adding a proc for every single one of these types.
/mob/living/simple_animal/find_type()
+4
View File
@@ -0,0 +1,4 @@
author: Lohikar
delete-after: True
changes:
- bugfix: "Unathi can no longer chew through metal."