mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fix refueling into fuelports
They still work from roundstart cus they have fuel in them. Just can't refuel without asking an admin to move a fuel tank into contents.
This commit is contained in:
@@ -172,6 +172,7 @@
|
|||||||
return
|
return
|
||||||
if(contents.len == 0)
|
if(contents.len == 0)
|
||||||
user.unEquip(W, src)
|
user.unEquip(W, src)
|
||||||
|
W.forceMove(src)
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
// Walls hide stuff inside them, but we want to be visible.
|
// Walls hide stuff inside them, but we want to be visible.
|
||||||
|
|||||||
Reference in New Issue
Block a user