Changed size check to type check for platform recharger denial check.

This commit is contained in:
MistakeNot4892
2021-04-20 10:42:20 +10:00
parent 1574e4c766
commit d28c8287f4
+1 -1
View File
@@ -246,7 +246,7 @@
if(!R.cell)
return
if(R.mob_size >= MOB_LARGE)
if(istype(R, /mob/living/silicon/robot/platform))
to_chat(R, SPAN_WARNING("You are too large to fit into \the [src]."))
return