mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 18:06:57 +01:00
Lewd Antag
Finally
This commit is contained in:
@@ -359,6 +359,12 @@
|
||||
if(G.can_climax)
|
||||
setArousalLoss(min_arousal)
|
||||
|
||||
//Hyper - antag code
|
||||
if(src.mind.special_role == ROLE_LEWD_TRAITOR)
|
||||
for(var/datum/objective/obj in src.mind.objectives)
|
||||
if (L.mind == obj.target)
|
||||
L.mind.sexed = TRUE //sexed
|
||||
to_chat(src, "<span class='userlove'>You feel deep satisfaction with yourself.</span>")
|
||||
|
||||
if(impreg)
|
||||
//Role them odds, only people with the dicks can send the chance to the person with the settings enabled at the momment.
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
var/hound_sleeper = TRUE
|
||||
var/cit_toggles = TOGGLES_CITADEL
|
||||
|
||||
//Hyper prefs
|
||||
var/noncon = FALSE //Definitely want this off by default
|
||||
|
||||
// stuff that was in base
|
||||
max_save_slots = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user