Skip to content

Commit d8d0474

Browse files
committed
Убираем забытое
1 parent 70c251c commit d8d0474

File tree

5 files changed

+0
-29
lines changed

5 files changed

+0
-29
lines changed

code/game/machinery/dna_infuser/organ_sets/carp_organs.dm

-9
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@
8888
. = ..()
8989
if(owner.stat != CONSCIOUS || !prob(0.1))
9090
return
91-
92-
// SS1984 ADDITION START
93-
if(owner.dna.species == /datum/species/akula)
94-
owner.emote("cough")
95-
var/turf/tooth_fairy = get_turf(owner)
96-
if(tooth_fairy)
97-
new /obj/item/knife/carp/akula(tooth_fairy)
98-
// SS1984 ADDITION END
99-
10091
owner.emote("cough")
10192
var/turf/tooth_fairy = get_turf(owner)
10293
if(tooth_fairy)

modular_ss220/features/akyla/akyla.dm

-6
This file was deleted.

modular_ss220/features/akyla/akyla.dme

-8
This file was deleted.

modular_ss220/features/akyla/code/tooth.dm

-6
This file was deleted.
-269 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)