mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Replaces all var/const with #define
This commit is contained in:
@@ -399,7 +399,7 @@
|
||||
if(L.reagents && L.can_inject(null, FALSE))
|
||||
var/injecting_amount = max(1, G.seed.potency*0.2) // Minimum of 1, max of 20
|
||||
var/fraction = min(injecting_amount/G.reagents.total_volume, 1)
|
||||
G.reagents.reaction(L, INGEST, fraction)
|
||||
G.reagents.reaction(L, REAGENT_INGEST, fraction)
|
||||
G.reagents.trans_to(L, injecting_amount)
|
||||
to_chat(target, "<span class='danger'>You are pricked by [G]!</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user