mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Update custom_items_vr.dm
This commit is contained in:
@@ -1352,4 +1352,16 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
access = list(access_cent_general,access_cent_thunder,access_cent_medical,access_cent_living,access_cent_storage,access_cent_teleporter,access_research,access_xenobiology,access_maint_tunnels,access_xenoarch,access_robotics,access_tox_storage,access_tox) //Yes, this looks awful. I tried calling both central and resarch access but it didn't work.
|
||||
age = 39
|
||||
blood_type = "O-"
|
||||
sex = "Female"
|
||||
sex = "Female"
|
||||
/obj/item/weapon/fluff/kitchi_injector
|
||||
name = "Kitchi Monkey Injector"
|
||||
desc = "Allows the user (Kitchi) to transform into a monkey. Single use.
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "dnainjector"
|
||||
|
||||
/obj/item/weapon/fluff/kitchi_injector/attack_self(mob/user as mob)
|
||||
if(user.ckey != "Ketrai")
|
||||
H << "<span class='warning'>You inject yourself.... Nothing happens.</span>"
|
||||
return
|
||||
user.monkeyize()
|
||||
qdel(src) //One time use.
|
||||
|
||||
Reference in New Issue
Block a user