cleanup
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
diff a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm (rejected hunks)
|
||||
@@ -732,7 +732,6 @@
|
||||
/obj/item/storage/box/ingredients //This box is for the randomely chosen version the chef spawns with, it shouldn't actually exist.
|
||||
name = "ingredients box"
|
||||
illustration = "donk_kit"
|
||||
- icon_state = null
|
||||
|
||||
/obj/item/storage/box/ingredients/Initialize()
|
||||
..()
|
||||
@@ -1,10 +0,0 @@
|
||||
diff a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm (rejected hunks)
|
||||
@@ -1214,7 +1214,7 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits
|
||||
|
||||
/client/proc/cmd_admin_check_player_exp() //Allows admins to determine who the newer players are.
|
||||
set category = "Admin"
|
||||
- set name = "Check Player Playtime"
|
||||
+ set name = "Player Playtime"
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
|
||||
@@ -7,3 +7,4 @@
|
||||
//test1|Memename Lastname|testjob1|/obj/item/device/aicard=3;/obj/item/device/flightpack=1;/obj/item/gun/energy=3
|
||||
//kevinz000|Skylar Lineman|ALL|/obj/item/bikehorn/airhorn=1
|
||||
//kevinz000|ALL|Clown|/obj/item/bikehorn=1
|
||||
JayEhh|ALL|ALL|/obj/item/bikehorn=1
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff a/tgstation.dme b/tgstation.dme (rejected hunks)
|
||||
@@ -1746,6 +1745,11 @@
|
||||
#include "code\modules\mob\living\simple_animal\hostile\gorilla\emotes.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\gorilla\gorilla.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\gorilla\visuals_icons.dm"
|
||||
+#include "code\modules\mob\living\simple_animal\hostile\jungle\_jungle_mobs.dm"
|
||||
+#include "code\modules\mob\living\simple_animal\hostile\jungle\leaper.dm"
|
||||
+#include "code\modules\mob\living\simple_animal\hostile\jungle\mega_arachnid.dm"
|
||||
+#include "code\modules\mob\living\simple_animal\hostile\jungle\mook.dm"
|
||||
+#include "code\modules\mob\living\simple_animal\hostile\jungle\seedling.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\megafauna\blood_drunk_miner.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\megafauna\bubblegum.dm"
|
||||
#include "code\modules\mob\living\simple_animal\hostile\megafauna\colossus.dm"
|
||||
Reference in New Issue
Block a user