mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 18:14:25 +01:00
Removes pay bugfix
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/hook/startup/proc/pay_raise()
|
||||
economic_species_modifier = list(
|
||||
/datum/species/human = 10, //Removing racist pay one species at a time.
|
||||
/datum/species/skrell = 10,
|
||||
/datum/species/teshari = 10,
|
||||
/datum/species/tajaran = 10,
|
||||
/datum/species/unathi = 10,
|
||||
/datum/species/diona = 10,
|
||||
/datum/species/hi_zoxxen = 10,
|
||||
/datum/species/fl_zorren = 10,
|
||||
/datum/species/sergal = 10,
|
||||
/datum/species/nevrean = 10
|
||||
)
|
||||
@@ -4,9 +4,6 @@
|
||||
/obj/item/weapon/gun/energy/laser/practice/xenoarch
|
||||
icon = 'icons/obj/xenoarchaeology_vr.dmi'
|
||||
|
||||
/obj/item/weapon/gun/energy/laser/practice/xenoarch //I have zero idea why this is wrote twice. It's how the origonal finds_eguns_vr file was written, so I'm just going to follow its example.
|
||||
icon = 'icons/obj/xenoarchaeology_vr.dmi'
|
||||
|
||||
/obj/item/weapon/gun/energy/xray/xenoarch
|
||||
icon = 'icons/obj/xenoarchaeology_vr.dmi'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user