mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Eyestab Stuff (#11812)
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
|
||||
if ( ((user.is_clumsy()) || (DUMB in user.mutations)) && prob(10))
|
||||
to_chat(user,"<span class='danger'>Your hand slips from clumsiness!</span>")
|
||||
eyestab(H,user)
|
||||
if(!H.eyes_protected(src, FALSE))
|
||||
eyestab(H,user)
|
||||
if(H.reagents)
|
||||
var/contained = reagentlist()
|
||||
var/trans = reagents.trans_to_mob(H, amount_per_transfer_from_this, CHEM_TOUCH)
|
||||
|
||||
@@ -121,7 +121,8 @@
|
||||
|
||||
if (((user.is_clumsy()) || (DUMB in user.mutations)) && prob(10))
|
||||
to_chat(user,"<span class='danger'>Your hand slips from clumsiness!</span>")
|
||||
eyestab(M,user)
|
||||
if(M.eyes_protected(src, FALSE))
|
||||
eyestab(M,user)
|
||||
user.visible_message("<span class='notice'>[user] accidentally sticks \the [src] in [M]'s eye!</span>","<span class='notice'>You accidentally stick the [src] in [M]'s eye!</span>")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user