modules misc (#18315)

This commit is contained in:
KalevTait
2022-07-20 21:56:34 +01:00
committed by GitHub
parent 234a471cf9
commit 938135f3d8
48 changed files with 214 additions and 214 deletions
+3 -3
View File
@@ -1847,7 +1847,7 @@
P.myeffect = eviltype
P.mytarget = H
if(alert("Do you want the Evil Fax to activate automatically if [H] tries to ignore it?",,"Yes", "No") == "Yes")
P.activate_on_timeout = 1
P.activate_on_timeout = TRUE
P.x = rand(-2, 0)
P.y = rand(-1, 2)
P.offset_x += P.x
@@ -1954,7 +1954,7 @@
P.master_commander = H
P.universal_speak = TRUE
P.universal_understand = TRUE
P.can_collar = 1
P.can_collar = TRUE
P.faction = list("neutral")
var/obj/item/clothing/accessory/petcollar/C = new
P.add_collar(C)
@@ -3365,7 +3365,7 @@
to_chat(usr, "<span class='warning'>ERROR: Could not create eventmob. Could not pick key.</span>")
return
var/datum/mind/hunter_mind = new /datum/mind(key_of_hunter)
hunter_mind.active = 1
hunter_mind.active = TRUE
var/mob/living/carbon/human/hunter_mob = new /mob/living/carbon/human(pick(GLOB.latejoin))
hunter_mind.transfer_to(hunter_mob)
hunter_mob.equipOutfit(O, FALSE)