mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Updates sleepers
WIP
This commit is contained in:
6
code/modules/nano/interaction/outside.dm
Normal file
6
code/modules/nano/interaction/outside.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/var/global/datum/topic_state/default/outside/outside_state = new()
|
||||
|
||||
/datum/topic_state/default/outside/can_use_topic(var/src_object, var/mob/user)
|
||||
if(user in src_object)
|
||||
return STATUS_CLOSE
|
||||
return ..()
|
||||
@@ -187,10 +187,6 @@
|
||||
update()
|
||||
return
|
||||
|
||||
// can breath normally in the disposal
|
||||
/obj/machinery/disposal/alter_health()
|
||||
return get_turf(src)
|
||||
|
||||
// attempt to move while inside
|
||||
/obj/machinery/disposal/relaymove(mob/user as mob)
|
||||
if(user.stat || src.flushing)
|
||||
|
||||
Reference in New Issue
Block a user