mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Better borg modules (#17507)
* Combines all the engineering borg tools into one multitool Sprites from /tg/ Combines: Wirecutters, Crowbar, Welder, Wrench, Crowbar, Screwdriver * this is a WAY better way to do it * a * dont worry about overlays anymore * Better grippers and better lists In which I go insane having to continually patch exploit after exploit in gripper code, resulting in it looking like a mad man's scribbles. * No deleting shoes when putting them on someone * empty pocket is now empty * RENAMING stuff instead of copypaste * MORE borg stuff * more bugproofing * Admin proc * this * this * Framework for TGUI * Update robot_simple_items.dm * Fix * Framework v2 * Update ModifyRobotMultiBelt.tsx * goooo * Update modify_robot.dm * modify * sub category * . * string to define * some globs * more * . * . * . * add sanely * push that real quick * . * sanity * . * . * . * . * . * . * . * Cut * . * gives to those that need * push * clean up * auto fix * . * . * . * getmodule * Update robot_simple_items.dm * . * untyped * Update stack.dm * . * . * . * . * - * . * Update _map_selection.dm * Update _map_selection.dm --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
ff07e2aa4f
commit
3b4bcef49b
@@ -773,7 +773,7 @@ GLOBAL_VAR_INIT(teppi_count, 0) // How mant teppi DO we have?
|
||||
/mob/living/simple_mob/vore/alienanimals/teppi/Destroy()
|
||||
GLOB.teppi_count --
|
||||
friend_zone = null
|
||||
active_ghost_pods -= src
|
||||
GLOB.active_ghost_pods -= src
|
||||
ai_holder.leader = null
|
||||
return ..()
|
||||
|
||||
@@ -938,7 +938,7 @@ GLOBAL_VAR_INIT(teppi_count, 0) // How mant teppi DO we have?
|
||||
eye_color = baby.eye_color
|
||||
skin_color = baby.skin_color
|
||||
ghostjoin = 1
|
||||
active_ghost_pods |= src
|
||||
GLOB.active_ghost_pods |= src
|
||||
update_icon()
|
||||
|
||||
//This sets all the things on baby teppi when they are bred from adult teppi
|
||||
|
||||
@@ -144,12 +144,10 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have?
|
||||
if(!stat)
|
||||
amount_grown += rand(1,2)
|
||||
if(amount_grown >= 100)
|
||||
//VOREStation Edit Begin
|
||||
var/mob/living/simple_mob/animal/passive/chicken/C = new (src.loc)
|
||||
C.ghostjoin = 1
|
||||
C.ghostjoin_icon()
|
||||
active_ghost_pods |= C
|
||||
//VOREStation Edit End
|
||||
GLOB.active_ghost_pods |= C
|
||||
qdel(src)
|
||||
|
||||
// Say Lists
|
||||
|
||||
Reference in New Issue
Block a user