mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Unifying MMI creation on robot subtypes.
This commit is contained in:
@@ -117,11 +117,10 @@
|
||||
if(!user.unEquip(W))
|
||||
return
|
||||
|
||||
var/mob/living/silicon/robot/O = new product(get_turf(loc))
|
||||
var/mob/living/silicon/robot/O = new product(get_turf(loc), FALSE, W)
|
||||
if(!O)
|
||||
return
|
||||
|
||||
O.mmi = W
|
||||
O.invisibility = 0
|
||||
O.custom_name = created_name
|
||||
O.updatename("Default")
|
||||
|
||||
Reference in New Issue
Block a user