[MIRROR] Fix screwdrivers showing old cryo pods (#2763)
* Fix screwdrivers showing old cryo pods * Fix screwdrivers showing old cryo pods
This commit is contained in:
committed by
Poojawa
parent
3516f4ef0a
commit
59c7723e01
@@ -286,7 +286,7 @@
|
||||
log_game("[key_name(user)] added an [I] to cyro containing [reagentlist]")
|
||||
return
|
||||
if(!on && !occupant && !state_open)
|
||||
if(default_deconstruction_screwdriver(user, "cell-o", "cell-off", I))
|
||||
if(default_deconstruction_screwdriver(user, "pod-off", "pod-off", I))
|
||||
return
|
||||
if(exchange_parts(user, I))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user