mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #731 from DarkWolfInsanity/IvyHoloID
IvyMooMoo - HoloID
This commit is contained in:
@@ -140,3 +140,16 @@
|
||||
new /obj/item/weapon/card/id/centcom/fluff/aro(src)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/fluff/aronai(src)
|
||||
new /obj/item/clothing/glasses/sunglasses/omnihud(src)
|
||||
|
||||
//ivymoomoo:Ivy Baladeva
|
||||
/obj/item/weapon/storage/backpack/messenger/sec/fluff/ivymoomoo
|
||||
name = "Ivy's Courier"
|
||||
desc = "A bag resembling something used by college students. Contains items for ''MooMoo''."
|
||||
|
||||
New()
|
||||
..()
|
||||
new /obj/item/clothing/head/beretg(src)
|
||||
new /obj/item/weapon/card/id/fluff/ivyholoid(src)
|
||||
new /obj/item/weapon/storage/fancy/cigarettes/dromedaryco(src)
|
||||
new /obj/item/weapon/storage/box/matches(src)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/sliceable/plaincake(src)
|
||||
|
||||
@@ -513,3 +513,19 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
w_class = ITEMSIZE_SMALL
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 50)
|
||||
attack_verb = list("bludgeoned", "whacked", "disciplined", "thrashed")
|
||||
|
||||
/obj/item/weapon/card/id/fluff/ivyholoid
|
||||
name = "Holo-ID"
|
||||
registered_name = "Unconfigured"
|
||||
desc = "A thin screen that seems to show an ID card's information. It keeps flickering between the ID and being blank."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "ivyholoid"
|
||||
var/configured = 0
|
||||
|
||||
attack_self(mob/user as mob)
|
||||
if(configured == 1) return ..()
|
||||
|
||||
assignment = user.job
|
||||
user.set_id_info(src)
|
||||
configured = 1
|
||||
user << "<span class='notice'>Card settings set.</span>"
|
||||
|
||||
Reference in New Issue
Block a user