mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Remove (almost) unused var/item_color from /obj/item (#30453)
* it's black and white * Update soft_caps.dm * bruh * bruh * tweaks * comment * Update abduction_gear.dm * Update paradise.dme * Update paradise.dme * Update paradise.dme --------- Co-authored-by: Mason <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
if(!get_location_accessible(owner, "head"))
|
||||
occlusion++
|
||||
if(owner.w_uniform && copytext(owner.w_uniform.item_color,-2) != "_d") //jumpsuit not rolled down
|
||||
if(owner.w_uniform && !owner.w_uniform.rolled_down) // jumpsuit not rolled down
|
||||
occlusion++
|
||||
if(owner.wear_suit)
|
||||
occlusion++
|
||||
|
||||
Reference in New Issue
Block a user