mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 04:06:55 +01:00
Changed size check to type check for platform recharger denial check.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user