Skip to content

Commit

Permalink
I've had enough
Browse files Browse the repository at this point in the history
  • Loading branch information
BadAtThisGame302 committed Dec 3, 2024
1 parent 28aab1e commit 227d283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions code/modules/mapping/mapping_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava)
table += thing
if(isopenturf(thing))
new /obj/effect/decal/cleanable/confetti(thing)
else
openturfs += thing
//cake + knife to cut it!
var/turf/food_turf = get_turf(pick(table))
new /obj/item/kitchen/knife(food_turf)
Expand Down
5 changes: 0 additions & 5 deletions code/modules/mob/living/simple_animal/friendly/dog.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@
animal_species = /mob/living/simple_animal/pet/dog/corgi/exoticcorgi
nofur = TRUE

/mob/living/simple_animal/pet/dog/Initialize()
. = ..()
var/dog_area = get_area(src)
break

/mob/living/simple_animal/pet/dog/corgi/Initialize()
. = ..()
regenerate_icons()
Expand Down

0 comments on commit 227d283

Please sign in to comment.