mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Merge remote-tracking branch 'origin/slaveImplant' into slaveImplant
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
/obj/item/electropack/shockcollar/security = 5,
|
||||
/obj/item/storage/belt/slut = 5,
|
||||
/obj/item/clothing/mask/gas/sechailer/slut = 5,
|
||||
<<<<<<< HEAD
|
||||
/obj/item/bdsm_whip/ridingcrop = 3,
|
||||
=======
|
||||
>>>>>>> slaveImplant
|
||||
/obj/item/dildo/flared/gigantic = 1)
|
||||
premium = list(/obj/item/coin/antagtoken = 1,
|
||||
/obj/item/clothing/head/helmet/blueshirt = 1,
|
||||
|
||||
@@ -168,13 +168,20 @@ obj/item/dildo/custom
|
||||
user.adjust_eye_damage(15)
|
||||
return MANUAL_SUICIDE
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/item/dildo/flared/gigantic/suicide_act(mob/living/user)
|
||||
=======
|
||||
/obj/item/dildo/flared/huge/suicide_act(mob/living/user)
|
||||
>>>>>>> slaveImplant
|
||||
if(do_after(user,35,target=src))
|
||||
user.visible_message("<span class='suicide'>[user] tears-up and gags as they try to deepthroat the [src]! WHY WOULD THEY DO THAT? It looks like [user.p_theyre()] trying to commit suicide!!</span>")
|
||||
playsound(loc, 'sound/weapons/gagging.ogg', 50, 2, -1)
|
||||
user.Stun(600)
|
||||
user.adjust_blurriness(16)
|
||||
user.adjust_eye_damage(30)
|
||||
<<<<<<< HEAD
|
||||
user.adjustOxyLoss(15)
|
||||
=======
|
||||
>>>>>>> slaveImplant
|
||||
return MANUAL_SUICIDE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user