mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] fixes cannons not working (#7511)
* fixes cannons not working (#60757) * fixes cannons not working Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
return
|
||||
|
||||
else if(ignition_message)
|
||||
if(!reagents.has_reagent(/datum/reagent/gunpowder,charge_size) || !reagents.has_reagent(/datum/reagent/fuel,charge_size))
|
||||
if(!reagents.has_reagent(/datum/reagent/gunpowder,charge_size) && !reagents.has_reagent(/datum/reagent/fuel,charge_size))
|
||||
balloon_alert(user, "needs [reagents.maximum_volume]u of charge!")
|
||||
return
|
||||
visible_message(ignition_message)
|
||||
|
||||
Reference in New Issue
Block a user