mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Revert "[MIRROR] Runtime fixes"
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
/datum/category_item/player_setup_item/vore/nif/copy_to_mob(var/mob/living/carbon/human/character)
|
/datum/category_item/player_setup_item/vore/nif/copy_to_mob(var/mob/living/carbon/human/character)
|
||||||
//If you had a NIF...
|
//If you had a NIF...
|
||||||
if((character.type == /mob/living/carbon/human && !(character.mind.assigned_role == "Cyborg" || character.mind.assigned_role == "AI")) && ispath(pref.nif_path) && pref.nif_durability)
|
if((character.type == /mob/living/carbon/human) && ispath(pref.nif_path) && pref.nif_durability)
|
||||||
new pref.nif_path(character,pref.nif_durability,pref.nif_savedata)
|
new pref.nif_path(character,pref.nif_durability,pref.nif_savedata)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
throw_speed = 7
|
throw_speed = 7
|
||||||
throw_range = 15
|
throw_range = 15
|
||||||
matter = list(MAT_STEEL = 10)
|
matter = list(MAT_STEEL = 10)
|
||||||
attack_verb = list("stabbed")
|
|
||||||
var/colour = "black" //what colour the ink is!
|
var/colour = "black" //what colour the ink is!
|
||||||
pressure_resistance = 2
|
pressure_resistance = 2
|
||||||
drop_sound = 'sound/items/drop/accessory.ogg'
|
drop_sound = 'sound/items/drop/accessory.ogg'
|
||||||
@@ -226,7 +225,6 @@
|
|||||||
w_class = initial(w_class)
|
w_class = initial(w_class)
|
||||||
damtype = BRUTE
|
damtype = BRUTE
|
||||||
catchable = TRUE
|
catchable = TRUE
|
||||||
attack_verb = initial(attack_verb)
|
|
||||||
|
|
||||||
/obj/item/weapon/pen/blade/blue
|
/obj/item/weapon/pen/blade/blue
|
||||||
desc = "It's a normal blue ink pen."
|
desc = "It's a normal blue ink pen."
|
||||||
|
|||||||
Reference in New Issue
Block a user