[MIRROR] Remove bad reference from atmos (#852)

* Remove bad reference from atmos (#53781)

Change the name from Cyrion B to Zauker due to the easy connection the bad groups in the past

Not getting a repo ban is good

* Remove bad reference from atmos

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-18 00:36:50 +01:00
committed by GitHub
co-authored by Ghilker
parent 46108ba90d
commit 160c64b485
14 changed files with 79 additions and 79 deletions
@@ -29,10 +29,10 @@
///Amount of Oxygen gas released (close to the grenade)
var/o2_gas_amount = 100
/obj/item/grenade/gas_crystal/cyrion_b_crystal
name = "Cyrion B crystal"
desc = "A crystal made from the Cyrion B Gas, you can see the liquid plasma inside."
icon_state = "cyrion_b_crystal"
/obj/item/grenade/gas_crystal/zauker_crystal
name = "Zauker crystal"
desc = "A crystal made from the Zauker Gas, you can see the liquid plasma inside."
icon_state = "zauker_crystal"
ex_dev = 1
ex_heavy = 2
ex_light = 4
@@ -89,7 +89,7 @@
floor_loc.air_update_turf()
qdel(src)
/obj/item/grenade/gas_crystal/cyrion_b_crystal/prime(mob/living/lanced_by)
/obj/item/grenade/gas_crystal/zauker_crystal/prime(mob/living/lanced_by)
. = ..()
update_mob()
qdel(src)