Merge pull request #1838 from CHOMPStationBot/upstream-merge-10187

[MIRROR] [MIRROR] Changed size check to type check for platform recharger denial check.
This commit is contained in:
Razgriz
2021-04-21 21:57:25 -07:00
committed by GitHub

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