Revert "Adds k'ois contaminated phoron (1)" (#15719)

This commit is contained in:
Sniblet
2023-02-03 21:05:29 -05:00
committed by GitHub
parent 7a739a464a
commit e7b5f5fc38
20 changed files with 113 additions and 120 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.")