mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
fox box airlock
This commit is contained in:
@@ -413,6 +413,7 @@ var/bomb_set
|
||||
if(force)
|
||||
message_admins("[src] has been !!force deleted!! in ([diskturf ? "[diskturf.x], [diskturf.y] ,[diskturf.z] - <A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[diskturf.x];Y=[diskturf.y];Z=[diskturf.z]'>JMP</a>":"nonexistent location"]).")
|
||||
log_game("[src] has been !!force deleted!! in ([diskturf ? "[diskturf.x], [diskturf.y] ,[diskturf.z]":"nonexistent location"]).")
|
||||
processing_objects.Remove(src)
|
||||
return ..()
|
||||
|
||||
if(blobstart.len > 0)
|
||||
|
||||
@@ -1131,6 +1131,7 @@ About the new airlock wires panel:
|
||||
M << pick(sound('sound/hallucinations/turn_around1.ogg',0,1,50), sound('sound/hallucinations/turn_around2.ogg',0,1,50))
|
||||
M.Weaken(2)
|
||||
M.throw_at(throwtarget, 5, 1,src)
|
||||
spawn(0)
|
||||
return 0
|
||||
|
||||
/obj/machinery/door/airlock/cult/narsie_act()
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
overlays += hologram_projection
|
||||
overlays += hologram_ship
|
||||
|
||||
/obj/machinery/shuttle_manipulator/process()
|
||||
return
|
||||
|
||||
/obj/machinery/shuttle_manipulator/attack_ghost(user as mob)
|
||||
attack_hand(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user