JSON feedback
This commit is contained in:
committed by
CitadelStationBot
parent
8590446197
commit
b7e99a7448
@@ -304,13 +304,6 @@
|
||||
holder.icon_state = "ripley14"
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/ripley/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_ripley_created",1)
|
||||
return
|
||||
|
||||
|
||||
|
||||
/datum/construction/mecha/gygax_chassis
|
||||
steps = list(list("key"=/obj/item/mecha_parts/part/gygax_torso), //1
|
||||
list("key"=/obj/item/mecha_parts/part/gygax_left_arm), //2
|
||||
@@ -617,11 +610,6 @@
|
||||
holder.icon_state = "gygax20"
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/gygax/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_gygax_created",1)
|
||||
return
|
||||
|
||||
/datum/construction/mecha/firefighter_chassis
|
||||
steps = list(list("key"=/obj/item/mecha_parts/part/ripley_torso), //1
|
||||
list("key"=/obj/item/mecha_parts/part/ripley_left_arm), //2
|
||||
@@ -866,13 +854,6 @@
|
||||
holder.icon_state = "fireripley15"
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/firefighter/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_firefighter_created",1)
|
||||
return
|
||||
|
||||
|
||||
|
||||
/datum/construction/mecha/honker_chassis
|
||||
steps = list(list("key"=/obj/item/mecha_parts/part/honker_torso), //1
|
||||
list("key"=/obj/item/mecha_parts/part/honker_left_arm), //2
|
||||
@@ -953,10 +934,6 @@
|
||||
qdel(used_atom)
|
||||
return TRUE
|
||||
|
||||
/datum/construction/mecha/honker/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_honker_created",1)
|
||||
|
||||
/datum/construction/mecha/durand_chassis
|
||||
steps = list(list("key"=/obj/item/mecha_parts/part/durand_torso), //1
|
||||
list("key"=/obj/item/mecha_parts/part/durand_left_arm), //2
|
||||
@@ -1264,10 +1241,6 @@
|
||||
holder.icon_state = "durand20"
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/durand/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_durand_created",1)
|
||||
|
||||
//PHAZON
|
||||
|
||||
/datum/construction/mecha/phazon_chassis
|
||||
@@ -1620,10 +1593,6 @@
|
||||
spawn_mecha_result()
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/phazon/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_phazon_created",1)
|
||||
|
||||
//ODYSSEUS
|
||||
|
||||
/datum/construction/mecha/odysseus_chassis
|
||||
@@ -1857,7 +1826,3 @@
|
||||
user.visible_message("[user] unfastens the external armor layer.", "<span class='notice'>You unfasten the external armor layer.</span>")
|
||||
holder.icon_state = "odysseus14"
|
||||
return TRUE
|
||||
|
||||
/datum/construction/reversible/mecha/odysseus/spawn_mecha_result()
|
||||
..()
|
||||
SSblackbox.inc("mecha_odysseus_created",1)
|
||||
|
||||
Reference in New Issue
Block a user