mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user