Removes the stun from "????" (#23951)

* ???? lets you vomit instead of being hardstunned

* Fuck it I'm not touching this hornet's nest

* Only vomits if you don't have food poisoning
This commit is contained in:
DGamerL
2024-02-17 14:29:12 -05:00
committed by GitHub
parent 021756999d
commit 4bbe041ac8
4 changed files with 5 additions and 13 deletions
+1 -4
View File
@@ -130,10 +130,7 @@
transfered = reagents.trans_to(M, transfer_amount)
to_chat(user, "<span class='warning'>You sneakily stab [M] with the pen.</span>")
add_attack_logs(user, M, "Stabbed with (sleepy) [src]. [transfered]u of reagents transfered from pen containing [english_list(contained)].")
for(var/datum/reagent/R as anything in reagents.reagent_list)
if(initial(R.id) == "????") // Yes this is a specific case that we don't really want
continue
reagents.reaction(M, REAGENT_INGEST, 0.1)
reagents.reaction(M, REAGENT_INGEST, 0.1)
return TRUE