mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Scrubber/pump eject into hand (#23283)
Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -167,10 +167,7 @@
|
||||
return TRUE
|
||||
|
||||
if("remove_tank")
|
||||
if(holding_tank)
|
||||
on = FALSE
|
||||
holding_tank.forceMove(get_turf(src))
|
||||
holding_tank = null
|
||||
replace_tank(ui.user, TRUE)
|
||||
update_icon()
|
||||
return TRUE
|
||||
|
||||
|
||||
@@ -151,9 +151,7 @@
|
||||
return TRUE
|
||||
|
||||
if("remove_tank")
|
||||
if(holding_tank)
|
||||
holding_tank.forceMove(get_turf(src))
|
||||
holding_tank = null
|
||||
replace_tank(ui.user, TRUE)
|
||||
update_icon()
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user