Review fixes and conflict resolution

This commit is contained in:
Arkatos
2020-02-20 13:45:31 +01:00
345 changed files with 2295 additions and 2768 deletions
+2
View File
@@ -191,6 +191,8 @@
to_chat(user, "<span class='warning'>They must be conscious before you can convert [H.p_them()]!</span>")
return
if(converter.add_revolutionary(H.mind))
if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS])
H.say("You son of a bitch! I'm in.", forced = "That son of a bitch! They're in.")
times_used -- //Flashes less likely to burn out for headrevs when used for conversion
else
to_chat(user, "<span class='warning'>This mind seems resistant to the flash!</span>")
+1 -1
View File
@@ -152,5 +152,5 @@
var/value = text2num(params["adjust"])
if(value)
value = round(time + value)
time = CLAMP(value, 0, 600)
time = clamp(value, 0, 600)
. = TRUE