mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
Flamethrower Math Fix (#10796)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
return
|
||||
if(!ptank)
|
||||
return
|
||||
if(ptank.air_contents.get_by_flag(XGM_GAS_FUEL) < 10)
|
||||
if(ptank.air_contents.get_by_flag(XGM_GAS_FUEL) < 1)
|
||||
to_chat(user, SPAN_WARNING("\The [src] doesn't have enough fuel left to throw!"))
|
||||
return
|
||||
// Make sure our user is still holding us
|
||||
|
||||
Reference in New Issue
Block a user