mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/proc/issmall(A)
|
||||
if(A && istype(A, /mob/living/carbon/human))
|
||||
if(A && ishuman(A))
|
||||
var/mob/living/carbon/human/H = A
|
||||
if(H.dna.species && H.dna.species.is_small)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user