mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MISSED MIRROR] Fix assemblies not pick-upable after detaching from chemical grenade (#18868)
Fix assemblies not pick-upable after detaching from chemical grenade (#70956)
Assemblies (signallers, mousetraps, timers, etc.) can be picked up again after detaching from chemical grenade
(cherry picked from commit 372227bc56)
Co-authored-by: antropod <antropod@gmail.com>
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
if(S && istype(S))
|
||||
assemblies -= color
|
||||
S.connected = null
|
||||
S.holder = null
|
||||
S.forceMove(holder.drop_location())
|
||||
var/obj/item/grenade/chem_grenade/G = holder
|
||||
G.landminemode = null
|
||||
|
||||
Reference in New Issue
Block a user