Skip to content

Commit

Permalink
Merge branch 'Chemical-flamethrowers' of https://github.com/DGamerL/P…
Browse files Browse the repository at this point in the history
…aradise into Chemical-flamethrowers
  • Loading branch information
DGamerL committed Sep 5, 2024
2 parents 27a803d + 58ca252 commit d5372f5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
if(!user.unEquip(I))
return

to_chat(user, "You put [I] in [src]")
to_chat(user, "<span class='notice'>You put [I] into [src].</span>")
canisters += I
I.forceMove(src)
update_canister_stats()
Expand Down Expand Up @@ -188,9 +188,7 @@
if(!difference)
break

if(difference)
return FALSE
return TRUE
return !difference

/obj/item/chemical_flamethrower/extended
name = "extended capacity chemical flamethrower"
Expand Down

0 comments on commit d5372f5

Please sign in to comment.