mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Makes the cloning scanner eject upon being destroyed (#13258)
* Makes the cloning scanner eject upon being destroyed * Update dna_modifier.dm
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
add_fingerprint(usr)
|
||||
return
|
||||
|
||||
/obj/machinery/dna_scannernew/Destroy()
|
||||
eject_occupant()
|
||||
return ..()
|
||||
|
||||
/obj/machinery/dna_scannernew/proc/eject_occupant()
|
||||
src.go_out()
|
||||
for(var/obj/O in src)
|
||||
|
||||
Reference in New Issue
Block a user