/obj/structure/signpost icon = 'icons/obj/stationobjs.dmi' icon_state = "signpost" anchored = 1 density = 1 attackby(obj/item/weapon/W as obj, mob/user as mob) return attack_hand(user) attack_hand(mob/user as mob) switch(alert("Travel back to ss13?",,"Yes","No")) if("Yes") if(user.z != src.z) return user.loc.loc.Exited(user) user.loc = pick(latejoin) if("No") return /obj/effect/mark var/mark = "" icon = 'icons/misc/mark.dmi' icon_state = "blank" anchored = 1 layer = 99 mouse_opacity = 0 unacidable = 1//Just to be sure. /obj/effect/beam name = "beam" unacidable = 1//Just to be sure. var/def_zone pass_flags = PASSTABLE /obj/effect/begin name = "begin" icon = 'icons/obj/stationobjs.dmi' icon_state = "begin" anchored = 1.0 unacidable = 1 /* * This item is completely unused, but removing it will break something in R&D and Radio code causing PDA and Ninja code to fail on compile */ /obj/effect/datacore name = "datacore" var/medical[] = list() var/general[] = list() var/security[] = list() //This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character(). var/locked[] = list() proc/get_manifest(monochrome) var/list/heads = new() var/list/sec = new() var/list/eng = new() var/list/med = new() var/list/sci = new() var/list/civ = new() var/list/bot = new() var/list/misc = new() var/list/isactive = new() var/dat = {" "} var/even = 0 // sort mobs for(var/datum/data/record/t in data_core.general) var/name = t.fields["name"] var/rank = t.fields["rank"] var/real_rank = t.fields["real_rank"] var/active = 0 for(var/mob/M in player_list) if(M.name == name) // For dead ones, have a chance to get their status wrong if(M.stat == 2) active = M.x % 2 // Should be good enough, avoids their status flipping constantly break else if(M.client && M.client.inactivity <= 10 * 60 * 10) active = 1 break isactive[name] = active ? "Active" : "SSD" //world << "[name]: [rank]" if(real_rank in command_positions) heads[name] = rank if(real_rank in security_positions) sec[name] = rank continue if(real_rank in engineering_positions) eng[name] = rank continue if(real_rank in medical_positions) med[name] = rank continue if(real_rank in science_positions) sci[name] = rank continue if(real_rank in civilian_positions) civ[name] = rank continue if(real_rank in nonhuman_positions) bot[name] = rank continue if(!(name in heads)) misc[name] = rank if(heads.len > 0) dat += "" for(name in heads) dat += "" even = !even if(sec.len > 0) dat += "" for(name in sec) dat += "" even = !even if(eng.len > 0) dat += "" for(name in eng) dat += "" even = !even if(med.len > 0) dat += "" for(name in med) dat += "" even = !even if(sci.len > 0) dat += "" for(name in sci) dat += "" even = !even if(civ.len > 0) dat += "" for(name in civ) dat += "" even = !even // in case somebody is insane and added them to the manifest, why not if(bot.len > 0) dat += "" for(name in bot) dat += "" even = !even // misc guys if(misc.len > 0) dat += "" for(name in misc) dat += "" even = !even dat += "
NameRankActivity
Heads
[name][heads[name]][isactive[name]]
Security
[name][sec[name]][isactive[name]]
Engineering
[name][eng[name]][isactive[name]]
Medical
[name][med[name]][isactive[name]]
Science
[name][sci[name]][isactive[name]]
Civilian
[name][civ[name]][isactive[name]]
Silicon
[name][bot[name]][isactive[name]]
Miscellaneous
[name][misc[name]][isactive[name]]
" dat = replacetext(dat, "\n", "") // so it can be placed on paper correctly dat = replacetext(dat, "\t", "") return dat /obj/effect/laser name = "laser" desc = "IT BURNS!!!" icon = 'icons/obj/projectiles.dmi' var/damage = 0.0 var/range = 10.0 /obj/effect/list_container name = "list container" /obj/effect/list_container/mobl name = "mobl" var/master = null var/list/container = list( ) /obj/structure/cable level = 1 anchored =1 var/datum/powernet/powernet name = "power cable" desc = "A flexible superconducting cable for heavy-duty power transfer" icon = 'icons/obj/power_cond_red.dmi' icon_state = "0-1" var/d1 = 0 var/d2 = 1 layer = 2.44 //Just below unary stuff, which is at 2.45 and above pipes, which are at 2.4 var/color = "red" var/obj/structure/powerswitch/power_switch /obj/structure/cable/yellow color = "yellow" icon = 'icons/obj/power_cond_yellow.dmi' /obj/structure/cable/green color = "green" icon = 'icons/obj/power_cond_green.dmi' /obj/structure/cable/blue color = "blue" icon = 'icons/obj/power_cond_blue.dmi' /obj/structure/cable/pink color = "pink" icon = 'icons/obj/power_cond_pink.dmi' /obj/structure/cable/orange color = "orange" icon = 'icons/obj/power_cond_orange.dmi' /obj/structure/cable/cyan color = "cyan" icon = 'icons/obj/power_cond_cyan.dmi' /obj/structure/cable/white color = "white" icon = 'icons/obj/power_cond_white.dmi' /obj/effect/projection name = "Projection" desc = "This looks like a projection of something." anchored = 1.0 /obj/effect/shut_controller name = "shut controller" var/moving = null var/list/parts = list( ) /obj/structure/showcase name = "Showcase" icon = 'icons/obj/stationobjs.dmi' icon_state = "showcase_1" desc = "A stand with the empty body of a cyborg bolted to it." density = 1 anchored = 1 unacidable = 1//temporary until I decide whether the borg can be removed. -veyveyr /obj/item/mouse_drag_pointer = MOUSE_ACTIVE_POINTER // TODO: robust mixology system! (and merge with beakers, maybe) /obj/item/weapon/glass name = "empty glass" desc = "Emptysville." icon = 'icons/obj/kitchen.dmi' icon_state = "glass_empty" item_state = "beaker" flags = FPRINT | TABLEPASS | OPENCONTAINER var/datum/substance/inside = null throwforce = 5 g_amt = 100 New() ..() src.pixel_x = rand(-5, 5) src.pixel_y = rand(-5, 5) /obj/item/weapon/beach_ball icon = 'icons/misc/beach.dmi' icon_state = "ball" name = "beach ball" item_state = "beachball" density = 0 anchored = 0 w_class = 1.0 force = 0.0 throwforce = 0.0 throw_speed = 1 throw_range = 20 flags = FPRINT | USEDELAY | TABLEPASS | CONDUCT afterattack(atom/target as mob|obj|turf|area, mob/user as mob) user.drop_item() src.throw_at(target, throw_range, throw_speed) /obj/effect/stop var/victim = null icon_state = "empty" name = "Geas" desc = "You can't resist." // name = "" /obj/effect/spawner name = "object spawner"