mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Resolves compile errors with the exception of map errors.
This commit is contained in:
@@ -132,7 +132,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
|
||||
if(!istype(M))
|
||||
return 0
|
||||
if(isanimal(M))
|
||||
var/mob/living/simple_animal/SA = M
|
||||
var/mob/living/simple_mob/SA = M
|
||||
if(!SA.has_hands)
|
||||
return 0
|
||||
if(M.buckled)
|
||||
|
||||
Reference in New Issue
Block a user