mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Prepares for cherrypicking.
This commit is contained in:
@@ -123,8 +123,3 @@ obj/machinery/atmospherics/proc/check_connect_types(obj/machinery/atmospherics/a
|
|||||||
|
|
||||||
/obj/machinery/atmospherics/update_icon()
|
/obj/machinery/atmospherics/update_icon()
|
||||||
return null
|
return null
|
||||||
|
|
||||||
/obj/machinery/atmospherics/attack_ghost(user as mob)
|
|
||||||
if(stat & (BROKEN|MAINT))
|
|
||||||
return
|
|
||||||
return ui_interact(user)
|
|
||||||
@@ -720,11 +720,6 @@
|
|||||||
// do APC interaction
|
// do APC interaction
|
||||||
src.interact(user)
|
src.interact(user)
|
||||||
|
|
||||||
/obj/machinery/power/apc/attack_ghost(user as mob)
|
|
||||||
if(stat & (BROKEN|MAINT))
|
|
||||||
return
|
|
||||||
return ui_interact(user)
|
|
||||||
|
|
||||||
/obj/machinery/power/apc/interact(mob/user)
|
/obj/machinery/power/apc/interact(mob/user)
|
||||||
if(!user)
|
if(!user)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user