Merge remote-tracking branch 'citadel/master' into mobility_flags
This commit is contained in:
@@ -241,11 +241,11 @@
|
||||
tank = thetank
|
||||
update_icon()
|
||||
|
||||
/obj/item/pneumatic_cannon/update_icon()
|
||||
cut_overlays()
|
||||
/obj/item/pneumatic_cannon/update_overlays()
|
||||
. = ..()
|
||||
if(!tank)
|
||||
return
|
||||
add_overlay(tank.icon_state)
|
||||
. += tank.icon_state
|
||||
|
||||
/obj/item/pneumatic_cannon/proc/fill_with_type(type, amount)
|
||||
if(!ispath(type, /obj) && !ispath(type, /mob))
|
||||
|
||||
Reference in New Issue
Block a user