mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Revert "Adds k'ois contaminated phoron (1)" (#15719)
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
to_chat(user, "You inject the solution into the power cell.")
|
||||
|
||||
if(S.reagents.has_reagent(/singleton/reagent/toxin/phoron/pure, 5))
|
||||
if(S.reagents.has_reagent(/singleton/reagent/toxin/phoron, 5))
|
||||
|
||||
rigged = 1
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
to_chat(user, SPAN_NOTICE("You inject the solution into \the [src]."))
|
||||
|
||||
if(S.reagents.has_reagent(/singleton/reagent/toxin/phoron/pure, 5))
|
||||
if(S.reagents.has_reagent(/singleton/reagent/toxin/phoron, 5))
|
||||
|
||||
log_admin("LOG: [user.name] ([user.ckey]) injected a light with phoron, rigging it to explode.",ckey=key_name(user))
|
||||
message_admins("LOG: [user.name] ([user.ckey]) injected a light with phoron, rigging it to explode.")
|
||||
|
||||
Reference in New Issue
Block a user