mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 20:37:45 +01:00
Update dildos.dm
Added Stun Time and BruteLoss for the "killer dildo". when user uses "suicide" verb they climax instantly.
This commit is contained in:
@@ -190,8 +190,9 @@ obj/item/dildo/custom
|
||||
playsound(loc, 'sound/voice/scream/scream_r.ogg', 50, 2, -1)
|
||||
playsound(loc, 'sound/lewd/champ_fingering.ogg', 50, 2, -1)
|
||||
playsound(loc, 'sound/effects/gib_step.ogg', 50, 2, -1)
|
||||
user.Stun(400)
|
||||
user.mob_climax(forced_climax=TRUE)
|
||||
user.Stun(300)
|
||||
user.adjust_blurriness(24)
|
||||
user.adjustBruteLoss(100)
|
||||
user.adjustBruteLoss(85)
|
||||
user.adjustOxyLoss(20)
|
||||
return MANUAL_SUICIDE
|
||||
Reference in New Issue
Block a user