mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
THE DEVIL
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
var/datum/mind/Mind = create_devil_mind(key)
|
||||
Mind.active = 1
|
||||
|
||||
var/mob/living/carbon/human/devil = create_event_devil(spawn_loc)
|
||||
var/mob/living/carbon/human/devil = create_event_devil()
|
||||
Mind.transfer_to(devil)
|
||||
add_devil(devil, ascendable = FALSE)
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
diff a/code/modules/events/devil.dm b/code/modules/events/devil.dm (rejected hunks)
|
||||
@@ -30,7 +28,7 @@
|
||||
var/datum/mind/Mind = create_devil_mind(key)
|
||||
Mind.active = 1
|
||||
|
||||
- var/mob/living/carbon/human/devil = create_event_devil(spawn_loc)
|
||||
+ var/mob/living/carbon/human/devil = create_event_devil()
|
||||
Mind.transfer_to(devil)
|
||||
SSticker.mode.finalize_devil(Mind, FALSE)
|
||||
SSticker.mode.add_devil_objectives(src, 2)
|
||||
Reference in New Issue
Block a user