mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Disables gib tumors in random malignant organ event (#12258)
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/* CHOMPRemove Start- Disabled gib tumors
|
||||
// pinata makes you eventually explode into candy
|
||||
/obj/item/organ/internal/malignant/tumor/pinata
|
||||
name = "pinata gland"
|
||||
@@ -345,7 +345,8 @@
|
||||
T = get_turf(src)
|
||||
new /obj/effect/decal/cleanable/confetti(T)
|
||||
qdel(src)
|
||||
|
||||
*/
|
||||
// CHOMPRemove End
|
||||
|
||||
// Teleports you randomly, until it gets you killed
|
||||
/obj/item/organ/internal/malignant/tumor/bluespace
|
||||
@@ -425,7 +426,7 @@
|
||||
owner.bloodstr.add_reagent( "ethanol", stage * 2)
|
||||
cooldown = rand(cooldownmin,cooldownmax)
|
||||
|
||||
|
||||
/* CHOMPRemove Start - Disable gib tumors
|
||||
// Prints money until you explode
|
||||
/obj/item/organ/internal/malignant/tumor/moneyorgan
|
||||
name = "crypto-cache"
|
||||
@@ -518,7 +519,8 @@
|
||||
spawn_money(1, T)
|
||||
|
||||
qdel(src)
|
||||
|
||||
*/
|
||||
// CHOMPRemove End
|
||||
|
||||
/****************************************************
|
||||
Parasite varients
|
||||
|
||||
Reference in New Issue
Block a user