mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Real Fuel No Clickbait© (#91304)
## About The Pull Request Fixes #91299, by making plasma appear to be fuel for the purposes of checking how full the welder is. ## Why It's Good For The Game Bugg bad. Stealthy sabotage method being extremely obvious bad. ## Changelog 🆑 fix: Plasma now contributes to the fuel gauge of rigged welders, making them less extremely obvious. /🆑 --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
co-authored by
SyncIt21
parent
2504af1417
commit
4c83adaaad
@@ -195,7 +195,7 @@
|
||||
|
||||
/// Returns the amount of fuel in the welder
|
||||
/obj/item/weldingtool/proc/get_fuel()
|
||||
return reagents.get_reagent_amount(/datum/reagent/fuel)
|
||||
return reagents.get_reagent_amount(/datum/reagent/fuel) + reagents.get_reagent_amount(/datum/reagent/toxin/plasma)
|
||||
|
||||
/// Uses fuel from the welding tool.
|
||||
/obj/item/weldingtool/use(used = 0)
|
||||
|
||||
Reference in New Issue
Block a user