Skip to content

Commit

Permalink
another minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RipGrayson committed Dec 25, 2024
1 parent 7a452fb commit 62ddaa2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/modules/events/grinch_visit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
announce_when = 0

/datum/round_event/grinch_visit/start()
for(var/obj/structure/flora/tree/pine/xmas/presents/christmastree)
if(christmastree.unlimited)
continue
else
christmastreeturf = christmastree
place_grinch()

/datum/round_event/grinch_visit/announce()
Expand All @@ -30,7 +25,7 @@

///proc for spawning santa(s) around christmas tree
/datum/round_event/grinch_visit/proc/place_grinch()
var/mob/living/carbon/human/spawnedhuman = new /mob/living/carbon/human(target)
var/mob/living/carbon/human/spawnedhuman = new /mob/living/carbon/human
var/datum/job/J = SSjob.GetJobType(/datum/job/santa/eventspawn)
spawnedhuman.name = "The Grinch"
spawnedhuman.real_name = spawnedhuman.name
Expand Down

0 comments on commit 62ddaa2

Please sign in to comment.