mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
[FIX] UFO crash site chamber no more enterable (#21664)
* fix: UFO crash site chamber no more enterable https://github.com/ss220-space/Paradise/pull/1370 * changes lavaland experiment ufo to broken substype * Update code/game/gamemodes/miniantags/abduction/machinery/experiment.dm Co-authored-by: warriorstar-orion <orion@snowfrost.garden> --------- Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
co-authored by
warriorstar-orion
parent
9c972bf7e6
commit
78db85de65
@@ -227,3 +227,9 @@
|
||||
occupant.forceMove(get_turf(src))
|
||||
occupant = null
|
||||
update_icon(UPDATE_ICON_STATE)
|
||||
|
||||
/obj/machinery/abductor/experiment/broken
|
||||
stat = BROKEN
|
||||
|
||||
/obj/machinery/abductor/experiment/broken/MouseDrop_T(mob/living/carbon/human/target, mob/user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user