mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Merge pull request #18785 from Incoming5643/patch-12
Fixes Infinitely Generating Exotic Blood
This commit is contained in:
@@ -542,7 +542,10 @@ var/const/INJECT = 5 //injection
|
||||
add_reagent(r_id, amt, data)
|
||||
|
||||
/datum/reagents/proc/remove_reagent(reagent, amount, safety)//Added a safety check for the trans_id_to
|
||||
|
||||
|
||||
if(isnull(amount))
|
||||
amount = INFINITY
|
||||
|
||||
if(!isnum(amount))
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user