mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01: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